home *** CD-ROM | disk | FTP | other *** search
Text File | 1988-02-12 | 1.0 KB | 60 lines | [TEXT/MPS ] |
- resource 'WIND' (128) {
- {50, 40, 300, 450},
- documentProc,
- visible,
- noGoAway,
- 0x0,
- "wSample"
- };
-
- resource 'MENU' (128) {
- 128,
- textMenuProc,
- allEnabled,
- enabled,
- apple,
- { /* array: 0 elements */
- }
- /****** Extra bytes follow... ******/
- /* $"00" /* . */
- };
-
- resource 'MENU' (129) {
- 129,
- textMenuProc,
- allEnabled,
- enabled,
- "File",
- { /* array: 1 elements */
- /* [1] */
- "Quit", noIcon, "Q", "", plain
- }
- /****** Extra bytes follow... ******/
- /* $"00" /* . */
- };
-
- resource 'MENU' (130) {
- 130,
- textMenuProc,
- 0x7FFFFFFC,
- enabled,
- "Edit",
- { /* array: 6 elements */
- /* [1] */
- "Undo", noIcon, "Z", "", plain,
- /* [2] */
- "-", noIcon, "", "", plain,
- /* [3] */
- "Cut", noIcon, "X", "", plain,
- /* [4] */
- "Copy", noIcon, "C", "", plain,
- /* [5] */
- "Paste", noIcon, "V", "", plain,
- /* [6] */
- "Clear", noIcon, "", "", plain
- }
- /****** Extra bytes follow... ******/
- /* $"00" /* . */
- };
-
-